@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* Center Mobile Menu*/

@media(max-width:767px){
  
  .widget-menu ul.nav.nav-pills{
    padding:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .widget-menu ul.nav.nav-pills li{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    text-overflow: visible;
  }

  footer.foot .links li a{
    text-overflow:unset;
    white-space:normal;
  }

  /* >>> NEW: MOBILE HEADER HEIGHT + CONTENT SCALE <<< */
  header.top-menu .navbar-header {
    min-height: 80px;        /* make header ~1.5x taller */
    padding-top: 14px;       /* add breathing room */
    padding-bottom: 14px;
  }

  /* Logo scaling */
  header.top-menu .navbar-brand img {
    max-height: 60px;        /* increase logo size */
  }

  /* Shopping cart + hamburger icon scaling */
  header.top-menu .navbar-header i,
  header.top-menu .navbar-header .fa,
  header.top-menu .navbar-header .glyphicon {
    font-size: 1.5em;        /* increase icon size (cart, menu, etc.) */
  }

  /* If hamburger uses a span (3 bars), increase line thickness/spacing */
  header.top-menu .navbar-toggle .icon-bar {
    height: 3px;             /* thicker lines */
    margin: 5px 0;           /* more spacing between bars */
  }
  /* >>> END NEW <<< */
}

/* GENERIC FIXES */

/* remove extra space from unused template areas when not logged in as an administrator */
.templatearea-empty {
  display: none !important;
}

/* remove template area shadow and border */
.templatearea .data-templatearea-content {
  box-shadow: none !important;
}

.templatearea {
  border: 0px;
}

/* INCREASE WEIGHT OF MENU FONT */
.widget-menu li a, .footer-navigation-links a, footer.foot .footer-item-label{
  font-weight: 700;
}

/* CHANGE COLOR OF MODIFIER BASE PRICE LABEL TEXT */
.package-modifiers .modifier .modifier-header .modifier-price .price-text {
    color: #ffffff;
}

/* CHANGE COLOR OF DIVIDER BETWEEN ICON AND PACKAGE NAME IN MODIFIERS */
.package-modifiers .modifier .modifier-header .modifier-title:before {
    background-color: #ffffff;
}

/* MAKE LOGO BIGGER ON MOBILE */
@media(max-width:767px) {
  .site-logo img {
    max-height:unset!important;
    max-width:unset!important;
    width: auto !important;
    height: 100% !important;
  }
  
  .navbar-header .navbar-brand-big.visible-xs-inline-block .img {
    max-height: unset!important; 
    max-width: unset!important;
    width: auto !important;
    height: 100% !important;
  }
  
  .navbar-header .navbar-brand-big.visible-xs-inline-block {
      width:150px!important;
  }
}

footer.foot > div {
  padding-top: 45px;
}

.cart-table-title small,
.cart-table-title .small {
  color: black;
}

